home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mta_vf10.zip / MTA__BAT.EXE / MTACATLG.BAT < prev    next >
DOS Batch File  |  1989-12-17  |  1KB  |  21 lines

  1. ECHO OFF
  2. REM ********************************************************************
  3. REM * This is common batch-file, used right after MTA has moved all    *
  4. REM * files from HDU back to FDU (with the /D and AllDisketteFiles     *
  5. REM * options). In this batch can be used to catalog the diskette you  *
  6. REM * have just changed.                                               *
  7. REM ********************************************************************
  8. REM * In MTA's ExitAfterFill option, you can pass NO parameters.       *
  9. REM * The batch-file must call global functions, no functions related  *
  10. REM * with the converted files.                                        *
  11. REM *                                                                  *
  12. REM * Some examples of the usage of this batch are:                    *
  13. REM *                                                                  *
  14. REM * - Catalog the target diskette;                                   *
  15. REM * - Print a directory on you printer                               *
  16. REM ********************************************************************
  17. REM
  18. REM Print the target diskette directory
  19. REM
  20. DIR A: >PRN
  21.